Style props for the position of an element.
interface PositionSetProps extends PositionProps, TopProps, RightProps, BottomProps, LeftProps, ZIndexProps
bottom | OptionalResponsiveProp<BottomProperty<Length>> Specifies the vertical position of a positioned element. It has no effect on non-positioned elements. |
left | OptionalResponsiveProp<LeftProperty<Length>> Specifies the horizontal position of a positioned element. It has no effect on non-positioned elements. |
position | OptionalResponsiveProp<PositionProperty> Sets how an element is positioned in a document. The |
right | OptionalResponsiveProp<RightProperty<Length>> Specifies the horizontal position of a positioned element. It has no effect on non-positioned elements. |
top | OptionalResponsiveProp<TopProperty<Length>> Specifies the vertical position of a positioned element. It has no effect on non-positioned elements. |
zIndex | OptionalResponsiveProp<ZIndexProperty> Sets the z-order of a positioned element and its descendants or flex items. Overlapping elements with larger z-indexes cover those with smaller ones. |